home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 27 / CU Amiga Magazine's Super CD-ROM 27 (1998)(EMAP Images)(GB)[!][issue 1998-10].iso / CUCD / Sound / SPlayer / Socks5 / src / include / socks5p.h < prev    next >
C/C++ Source or Header  |  1998-07-20  |  751b  |  26 lines

  1. /* Copyright (c) 1995,1996,1997 NEC Corporation.  All rights reserved.       */
  2. /*                                                                           */
  3. /* The redistribution, use and modification in source or binary forms of     */
  4. /* this software is subject to the conditions set forth in the copyright     */
  5. /* document ("Copyright") included with this distribution.                   */
  6.  
  7. /*
  8.  * $Id: socks5p.h,v 1.15 1997/06/16 15:28:51 steve Exp $
  9.  */
  10.  
  11. #ifndef SOCKS5P_H
  12. #define SOCKS5P_H
  13.  
  14. /* everybody can include this...it just cleans up the code...                */
  15.  
  16. #include "config.h"
  17. #include "hide.h"
  18. #include "includes.h"
  19. #include "hide.h"
  20. #include "defs.h"
  21. #include "socks5api.h"
  22. #include "system.h"
  23. #include "protos.h"
  24.  
  25. #endif
  26.